home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_hylafax.idb / usr / freeware / man / cat4 / cid.Z / cid
Encoding:
Text File  |  1999-07-16  |  4.1 KB  |  131 lines

  1.  
  2.  
  3.  
  4. CCCCIIIIDDDD((((4444FFFF))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((DDDDeeeecccceeeemmmmbbbbeeeerrrr 5555,,,, 1111999999994444))))          CCCCIIIIDDDD((((4444FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      cid - Caller-ID access control list
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      The _H_y_l_a_F_A_X configuration parameter QQQQuuuuaaaalllliiiiffffyyyyCCCCIIIIDDDD specifies
  13.      whether or not the identity of an inbound call should be
  14.      checked against an access control list before the telephone
  15.      is answered.  If a modem is attached to a phone line that
  16.      has Caller-ID service, and QQQQuuuuaaaalllliiiiffffyyyyCCCCIIIIDDDD is non-null, then only
  17.      the callers identified in the file specified by the string
  18.      (typically eeeettttcccc////cccciiiidddd) will be answered.
  19.  
  20.      Patterns are specified one per line and must conform to the
  21.      regular expressions syntax specified by POSIX 1003.2; see
  22.      _r_e__f_o_r_m_a_t(7).  Comments may be included; they are introduced
  23.      with the ``#'' character and extend to the end of the line.
  24.      Any trailing white space on a line is ignored (for
  25.      convenience when comments are used).
  26.  
  27.      If a line begins with ``!'', then the regular expression
  28.      identifies callers that should be _r_e_j_e_c_t_e_d; otherwise
  29.      regular expressions identify clients whose calls should be
  30.      _a_c_c_e_p_t_e_d.  The order of patterns in a CID file is important.
  31.      When a call is to be answered, the _f_a_x_g_e_t_t_y process will
  32.      compare the phone number presented by the modem against the
  33.      patterns in the access control list in the order in which
  34.      they appear in the file.  The first pattern that matches the
  35.      client's number is used to decide whether to accept or
  36.      reject the call.  If no patterns match the phone number then
  37.      the call is not answered.  Thus if you want to accept all
  38.      but a restricted set of calls, the last line in the file
  39.      should be ``^.*$''.
  40.  
  41.      Note that regular expression patterns should be written to
  42.      match a phone number exactly.  That is, patterns should be
  43.      of the form:
  44.           ^<pattern>$
  45.  
  46.      where the ``^'' and ``$'' characters are used to specify the
  47.      start and end of the matching phone number.  Additionally,
  48.      regular expression patterns should handle white space that
  49.      may appear in known locations.  For example,
  50.           ^([+]1){1}[ .-]*415[ .-]*555[ .-]*1212.*$
  51.  
  52.      matches the following phone number strings:
  53.           +1.415.555.1212
  54.               415  555  1212
  55.           1-415-555-1212
  56.  
  57.      Finally, note that regular expressions can be used to
  58.      specify many numbers with one pattern.
  59.  
  60.  
  61. Page 1                                          (printed 6/24/99)
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. CCCCIIIIDDDD((((4444FFFF))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((DDDDeeeecccceeeemmmmbbbbeeeerrrr 5555,,,, 1111999999994444))))          CCCCIIIIDDDD((((4444FFFF))))
  69.  
  70.  
  71.  
  72. NNNNOOOOTTTTEEEESSSS
  73.      The caller's telephone number is recognized by using the
  74.      CCCCIIIIDDDDNNNNuuuummmmbbbbeeeerrrr configuration parameter described in _c_o_n_f_i_g(4F).
  75.      This parameter must be present in the per-modem
  76.      configuration file for Caller-ID screening to function
  77.      properly.  If QQQQuuuuaaaalllliiiiffffyyyyCCCCIIIIDDDD is defined, but no CCCCIIIIDDDDNNNNuuuummmmbbbbeeeerrrr is
  78.      specified, then no phone numbers will be recognized and all
  79.      incoming calls will be ignored.
  80.  
  81. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  82.      _f_a_x_g_e_t_t_y(1M), _c_o_n_f_i_g(4F), _r_e__f_o_r_m_a_t(7).
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. Page 2                                          (printed 6/24/99)
  128.  
  129.  
  130.  
  131.